Skip to content

Fix stable-2.5 branch to ansible-core 2.18#80

Open
KB-perByte wants to merge 2 commits intostable-2.5from
fix_aap_25_to_core_218
Open

Fix stable-2.5 branch to ansible-core 2.18#80
KB-perByte wants to merge 2 commits intostable-2.5from
fix_aap_25_to_core_218

Conversation

@KB-perByte
Copy link
Member

@KB-perByte KB-perByte commented Oct 3, 2025

Description

  • What is being changed?
    fix ansible-core to 2.18 as the stable-2.5 branch need not be tested with anything after 2.18 as it is not supported
    https://access.redhat.com/support/policy/updates/ansible-automation-platform <ref

  • Why is this change needed?
    stable-2.5 is pulling in ansible-core 2.19 as of this PR and having unwanted failures due to all the templating updates.\

  • How does this change address the issue?

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Test update
  • Refactoring (no functional changes)
  • Development environment change
  • Configuration change

Self-Review Checklist

  • I have performed a self-review of my code
  • I have added relevant comments to complex code sections
  • I have updated documentation where needed
  • I have considered the security impact of these changes
  • I have considered performance implications
  • I have thought about error handling and edge cases
  • I have tested the changes in my local environment

Testing Instructions

Prerequisites

Steps to Test

Expected Results

Additional Context

Required Actions

  • Requires documentation updates
  • Requires downstream repository changes
  • Requires infrastructure/deployment changes
  • Requires coordination with other teams
  • Blocked by PR/MR: #XXX

Screenshots/Logs

@KB-perByte KB-perByte changed the title Fix aap 2.5 ansible-core to 2.18 Fix stable-2.5 branch to ansible-core 2.18 Oct 3, 2025
@github-actions
Copy link

github-actions bot commented Oct 3, 2025

DVCS PR Check Results:

Could not find JIRA key(s) in PR title, branch name, or commit messages


- name: Install requirements
run: pip3.11 install -r requirements/requirements_dev.txt ansible-core
run: pip3.11 install -r requirements/requirements_dev.txt ansible-core==2.17
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the title says 2.18 but this shows 2.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments